Don't default to "master", require a branch
authorColin Walters <walters@verbum.org>
Fri, 28 Oct 2011 01:40:42 +0000 (21:40 -0400)
committerColin Walters <walters@verbum.org>
Fri, 28 Oct 2011 01:42:44 +0000 (21:42 -0400)
commitee4edf114bc4d5dc97b15031a7633d97292d6675
tree561919e49ccfaf5fd069954d16fcf3112e4fd0b3
parentd145b0426cde87eaa2efcbee870cde73480714ad
Don't default to "master", require a branch

It doesn't really make sense to have a default branch, since we expect
people to have multiple roots.  Thus, require a branch
specification always.
15 files changed:
parallel-debian/gnomeos-make-image.sh
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ot-builtin-commit.c
src/ot-builtin-log.c
tests/libtest.sh
tests/t0002-commit-one.sh
tests/t0003-commit-multiple.sh
tests/t0004-checkout-test1.sh
tests/t0005-nested-tree.sh
tests/t0006-removal.sh
tests/t0007-commit-stdin.sh
tests/t0008-log.sh
tests/t0009-commit-symlink.sh
tests/t0010-multiple-branches.sh [new file with mode: 0755]